PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package
/
MemoryStream Class
/ writeByte Method
The byte to write to the stream.
Collapse All
Expand All
In This Topic
writeByte Method
In This Topic
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Syntax
public
void
writeByte(
byte
value
)
Parameters
value
The byte to write to the stream.
Exceptions
Exception
Description
com.o2sol.pdf4java.core.exceptions.PDFIOException
if the stream is closed.
See Also
Reference
MemoryStream Class
MemoryStream Members